I have read through the Event V2 API documentation and what I am seeing actually occur is not following what I am reading,
My understanding is that if I send 2 calls into the API with the same “dedup_key”, I should get a single incident created but with 2 alerts beneath the incident. Instead, I only see a single alert within the incident. If a send another trigger call into the API with the same dedup_key but with a different summary I am seeing the original alert’s summary updated, but I would expect to see a new alert within the incident with a different summary, and the original alert still living within the incident.
Am I misunderstanding the purpose of alerts vs incidents?